System V 共有メモリ
System V shared memory
shmget 共有メモリを作成・取得する。
shmat 共有メモリをアタッチする。
shmdt 共有メモリをデタッチする。
shmctl 共有メモリを制御する。(削除もこれを使う。)
https://pubs.opengroup.org/onlinepubs/9799919799/functions/shmat.html
https://pubs.opengroup.org/onlinepubs/9799919799/functions/shmctl.html
https://pubs.opengroup.org/onlinepubs/9799919799/functions/shmdt.html
https://pubs.opengroup.org/onlinepubs/9799919799/functions/shmget.html